home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_118 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-10-24  |  134 b   |  9 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("hallway");
  5.       play();
  6.    }
  7.    gotoAndStop(eval("/:mode") + "1");
  8. }
  9.